Auto merge of #2433 - alexcrichton:fix-lines-match, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000 (18:20 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000 (18:20 +0000)
Right now we only match a suffix of the line, assuming all lines start with
`[..]`. Instead this ensures that the first match is anchored at the start.


Trivial merge